const crypto/tls.x25519PublicKeySize
7 uses
crypto/tls (current package)
handshake_client_tls13.go#L486: if len(ecdhePeerData) != x25519PublicKeySize+mlkem768.CiphertextSize {
handshake_client_tls13.go#L490: ecdhePeerData = hs.serverHello.serverShare.data[:x25519PublicKeySize]
handshake_client_tls13.go#L506: ciphertext := hs.serverHello.serverShare.data[x25519PublicKeySize:]
handshake_server_tls13.go#L226: if len(ecdhData) != x25519PublicKeySize+mlkem768.EncapsulationKeySize {
handshake_server_tls13.go#L230: ecdhData = ecdhData[:x25519PublicKeySize]
handshake_server_tls13.go#L253: ciphertext, kyberShared, err := kyberEncapsulate(clientKeyShare.data[x25519PublicKeySize:])
key_schedule.go#L159: const x25519PublicKeySize = 32
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |